projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e82fa3
)
* src/editfns.c (styled_format): Fix typo in previous change.
author
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 27 Sep 2017 00:15:56 +0000
(17:15 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 27 Sep 2017 00:16:19 +0000
(17:16 -0700)
src/editfns.c
patch
|
blob
|
history
diff --git
a/src/editfns.c
b/src/editfns.c
index ef0374199ccd8ef7cd5d0c03a206a012df2dc30c..e326604467cb59692527b584a4aea239faab3062 100644
(file)
--- a/
src/editfns.c
+++ b/
src/editfns.c
@@
-4384,7
+4384,6
@@
styled_format (ptrdiff_t nargs, Lisp_Object *args, bool message,
multibyte = true;
goto retry;
}
- new_result = false;
}
conversion = 's';
}